[pull] main from UI5:main#426
Merged
Merged
Conversation
… patterns) (patch) (#8775) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`24.13.2` → `24.13.3`](https://renovatebot.com/diffs/npm/@types%2fnode/24.13.2/24.13.3) |  |  | | [cypress](https://cypress.io) ([source](https://redirect.github.com/cypress-io/cypress)) | [`15.18.0` → `15.18.1`](https://renovatebot.com/diffs/npm/cypress/15.18.0/15.18.1) |  |  | | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`9.39.4` → `9.39.5`](https://renovatebot.com/diffs/npm/eslint/9.39.4/9.39.5) |  |  | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`8.1.3` → `8.1.4`](https://renovatebot.com/diffs/npm/vite/8.1.3/8.1.4) |  |  | --- ### Release Notes <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v15.18.1`](https://redirect.github.com/cypress-io/cypress/releases/tag/v15.18.1) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v15.18.0...v15.18.1) Changelog: <https://docs.cypress.io/app/references/changelog#15-18-1> </details> <details> <summary>eslint/eslint (eslint)</summary> ### [`v9.39.5`](https://redirect.github.com/eslint/eslint/compare/v9.39.4...4a24e8c09d374d773a034e36b1d7a7fbe1216478) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.39.4...v9.39.5) </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v8.1.4`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small-814-2026-07-09-small) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v8.1.3...v8.1.4) ##### Features - **legacy:** prefer oxc as minifier (fix [#​21973](https://redirect.github.com/vitejs/vite/issues/21973)) ([#​22468](https://redirect.github.com/vitejs/vite/issues/22468)) ([ab5dafa](https://redirect.github.com/vitejs/vite/commit/ab5dafa8e66296ef201f615489fb57954bb740ce)) ##### Bug Fixes - **build:** add workaround for building on stackblitz ([#​22840](https://redirect.github.com/vitejs/vite/issues/22840)) ([575c32c](https://redirect.github.com/vitejs/vite/commit/575c32c29925c554f4ef4068738ab89c6878f615)) - **build:** keep `import.meta.url` in preload function as-is ([#​22839](https://redirect.github.com/vitejs/vite/issues/22839)) ([f1f90ed](https://redirect.github.com/vitejs/vite/commit/f1f90ed4742b3cf453428c7e581a6016a4d47321)) - **deps:** update all non-major dependencies ([#​22865](https://redirect.github.com/vitejs/vite/issues/22865)) ([d4295a9](https://redirect.github.com/vitejs/vite/commit/d4295a9ffce428c0e51892373e00c07fccc0498a)) - **deps:** update rolldown-related dependencies ([#​22866](https://redirect.github.com/vitejs/vite/issues/22866)) ([7cf07e4](https://redirect.github.com/vitejs/vite/commit/7cf07e4c5f7a6af276012e0c2ec06e08499e951e)) - **html:** avoid backtracking in import-only check ([#​22848](https://redirect.github.com/vitejs/vite/issues/22848)) ([b5868c0](https://redirect.github.com/vitejs/vite/commit/b5868c01a124d345664450aaebd677bfba964c05)) - **optimizer:** avoid optimizer run for transform request before init ([#​22852](https://redirect.github.com/vitejs/vite/issues/22852)) ([72a5e21](https://redirect.github.com/vitejs/vite/commit/72a5e2192506f51a5efd09c059815a5c43a9eacb)) - **ssr:** align named export function call stacktrace column with Node ([#​22829](https://redirect.github.com/vitejs/vite/issues/22829)) ([173a1b6](https://redirect.github.com/vitejs/vite/commit/173a1b648c321e0f836e5a94fc47c4fa9b081bfc)) - strip pure CSS chunk imports when chunkImportMap is enabled ([#​22841](https://redirect.github.com/vitejs/vite/issues/22841)) ([648bd04](https://redirect.github.com/vitejs/vite/commit/648bd04933093d0aac9565f21a49811437776886)) ##### Documentation - fix incorrect `@default` for `server.cors` ([#​22859](https://redirect.github.com/vitejs/vite/issues/22859)) ([70435b2](https://redirect.github.com/vitejs/vite/commit/70435b2551ee4fe3a0d55c8a3bb61b96f44d2763)) ##### Miscellaneous Chores - **deps:** update dependency postcss-modules to v9 ([#​22867](https://redirect.github.com/vitejs/vite/issues/22867)) ([a9539d6](https://redirect.github.com/vitejs/vite/commit/a9539d69efc7a4ccf988bbf5da31c2b416ba990e)) ##### Code Refactoring - eliminate ineffectiveDynamicImport warn ([#​22876](https://redirect.github.com/vitejs/vite/issues/22876)) ([ea22fb3](https://redirect.github.com/vitejs/vite/commit/ea22fb352aad9a42c0a9d08f39d8a0bae8c111a5)) ##### Tests - avoid warnings ([#​22851](https://redirect.github.com/vitejs/vite/issues/22851)) ([af21ab6](https://redirect.github.com/vitejs/vite/commit/af21ab68adac3380dc9a854d2fe3f776654301cd)) ##### Build System - remove the custom onLog function ([#​22878](https://redirect.github.com/vitejs/vite/issues/22878)) ([2c4a217](https://redirect.github.com/vitejs/vite/commit/2c4a217a63dc0a7fcb10bc710a988f32b173f481)) - replace deprecated `onwarn` with `onLog` ([#​22741](https://redirect.github.com/vitejs/vite/issues/22741)) ([c581b55](https://redirect.github.com/vitejs/vite/commit/c581b5588cb8e94603d17bce2ff9fec8e8e0a3bf)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [cypress](https://cypress.io) ([source](https://redirect.github.com/cypress-io/cypress)) | [`15.18.0` → `15.18.1`](https://renovatebot.com/diffs/npm/cypress/15.18.0/15.18.1) |  |  | --- ### Release Notes <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v15.18.1`](https://redirect.github.com/cypress-io/cypress/releases/tag/v15.18.1) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v15.18.0...v15.18.1) Changelog: <https://docs.cypress.io/app/references/changelog#15-18-1> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@eslint/js](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint/tree/HEAD/packages/js)) | [`9.39.4` → `9.39.5`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.39.4/9.39.5) |  |  | | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`24.13.2` → `24.13.3`](https://renovatebot.com/diffs/npm/@types%2fnode/24.13.2/24.13.3) |  |  | | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`9.39.4` → `9.39.5`](https://renovatebot.com/diffs/npm/eslint/9.39.4/9.39.5) |  |  | | [postcss-modules](https://redirect.github.com/css-modules/postcss-modules) | [`9.0.0` → `9.0.1`](https://renovatebot.com/diffs/npm/postcss-modules/9.0.0/9.0.1) |  |  | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`8.1.3` → `8.1.4`](https://renovatebot.com/diffs/npm/vite/8.1.3/8.1.4) |  |  | | [yarn](https://redirect.github.com/yarnpkg/berry) ([source](https://redirect.github.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli)) | [`4.17.0` → `4.17.1`](https://renovatebot.com/diffs/npm/yarn/4.17.0/4.17.1) |  |  | --- ### Release Notes <details> <summary>eslint/eslint (@​eslint/js)</summary> ### [`v9.39.5`](https://redirect.github.com/eslint/eslint/compare/v9.39.4...202117be549534715d687f988e17f29e1dcd0622) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.39.4...v9.39.5) </details> <details> <summary>eslint/eslint (eslint)</summary> ### [`v9.39.5`](https://redirect.github.com/eslint/eslint/compare/v9.39.4...4a24e8c09d374d773a034e36b1d7a7fbe1216478) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.39.4...v9.39.5) </details> <details> <summary>css-modules/postcss-modules (postcss-modules)</summary> ### [`v9.0.1`](https://redirect.github.com/css-modules/postcss-modules/blob/HEAD/CHANGELOG.md#901) [Compare Source](https://redirect.github.com/css-modules/postcss-modules/compare/v9.0.0...v9.0.1) ##### Fixed - Added a type declaration for `postcss-modules/loader` so TypeScript users can extend it with `declare module` without hitting a type error. [#​172](https://redirect.github.com/madyankin/postcss-modules/pull/172) by [@​sapphi-red](https://redirect.github.com/sapphi-red) </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v8.1.4`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small-814-2026-07-09-small) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v8.1.3...v8.1.4) ##### Features - **legacy:** prefer oxc as minifier (fix [#​21973](https://redirect.github.com/vitejs/vite/issues/21973)) ([#​22468](https://redirect.github.com/vitejs/vite/issues/22468)) ([ab5dafa](https://redirect.github.com/vitejs/vite/commit/ab5dafa8e66296ef201f615489fb57954bb740ce)) ##### Bug Fixes - **build:** add workaround for building on stackblitz ([#​22840](https://redirect.github.com/vitejs/vite/issues/22840)) ([575c32c](https://redirect.github.com/vitejs/vite/commit/575c32c29925c554f4ef4068738ab89c6878f615)) - **build:** keep `import.meta.url` in preload function as-is ([#​22839](https://redirect.github.com/vitejs/vite/issues/22839)) ([f1f90ed](https://redirect.github.com/vitejs/vite/commit/f1f90ed4742b3cf453428c7e581a6016a4d47321)) - **deps:** update all non-major dependencies ([#​22865](https://redirect.github.com/vitejs/vite/issues/22865)) ([d4295a9](https://redirect.github.com/vitejs/vite/commit/d4295a9ffce428c0e51892373e00c07fccc0498a)) - **deps:** update rolldown-related dependencies ([#​22866](https://redirect.github.com/vitejs/vite/issues/22866)) ([7cf07e4](https://redirect.github.com/vitejs/vite/commit/7cf07e4c5f7a6af276012e0c2ec06e08499e951e)) - **html:** avoid backtracking in import-only check ([#​22848](https://redirect.github.com/vitejs/vite/issues/22848)) ([b5868c0](https://redirect.github.com/vitejs/vite/commit/b5868c01a124d345664450aaebd677bfba964c05)) - **optimizer:** avoid optimizer run for transform request before init ([#​22852](https://redirect.github.com/vitejs/vite/issues/22852)) ([72a5e21](https://redirect.github.com/vitejs/vite/commit/72a5e2192506f51a5efd09c059815a5c43a9eacb)) - **ssr:** align named export function call stacktrace column with Node ([#​22829](https://redirect.github.com/vitejs/vite/issues/22829)) ([173a1b6](https://redirect.github.com/vitejs/vite/commit/173a1b648c321e0f836e5a94fc47c4fa9b081bfc)) - strip pure CSS chunk imports when chunkImportMap is enabled ([#​22841](https://redirect.github.com/vitejs/vite/issues/22841)) ([648bd04](https://redirect.github.com/vitejs/vite/commit/648bd04933093d0aac9565f21a49811437776886)) ##### Documentation - fix incorrect `@default` for `server.cors` ([#​22859](https://redirect.github.com/vitejs/vite/issues/22859)) ([70435b2](https://redirect.github.com/vitejs/vite/commit/70435b2551ee4fe3a0d55c8a3bb61b96f44d2763)) ##### Miscellaneous Chores - **deps:** update dependency postcss-modules to v9 ([#​22867](https://redirect.github.com/vitejs/vite/issues/22867)) ([a9539d6](https://redirect.github.com/vitejs/vite/commit/a9539d69efc7a4ccf988bbf5da31c2b416ba990e)) ##### Code Refactoring - eliminate ineffectiveDynamicImport warn ([#​22876](https://redirect.github.com/vitejs/vite/issues/22876)) ([ea22fb3](https://redirect.github.com/vitejs/vite/commit/ea22fb352aad9a42c0a9d08f39d8a0bae8c111a5)) ##### Tests - avoid warnings ([#​22851](https://redirect.github.com/vitejs/vite/issues/22851)) ([af21ab6](https://redirect.github.com/vitejs/vite/commit/af21ab68adac3380dc9a854d2fe3f776654301cd)) ##### Build System - remove the custom onLog function ([#​22878](https://redirect.github.com/vitejs/vite/issues/22878)) ([2c4a217](https://redirect.github.com/vitejs/vite/commit/2c4a217a63dc0a7fcb10bc710a988f32b173f481)) - replace deprecated `onwarn` with `onLog` ([#​22741](https://redirect.github.com/vitejs/vite/issues/22741)) ([c581b55](https://redirect.github.com/vitejs/vite/commit/c581b5588cb8e94603d17bce2ff9fec8e8e0a3bf)) </details> <details> <summary>yarnpkg/berry (yarn)</summary> ### [`v4.17.1`](https://redirect.github.com/yarnpkg/berry/releases/tag/%40yarnpkg/cli/4.17.1): v4.17.1 [Compare Source](https://redirect.github.com/yarnpkg/berry/compare/2d9ef22423bee7824327272ebdd60f336a3cf82c...5f35cc6538dcde61195d5e60fe3f13aaecf7f07e) #### What's Changed - Handle optional compat patch failures for TypeScript 7 by [@​hamidrezahanafi](https://redirect.github.com/hamidrezahanafi) in [#​7190](https://redirect.github.com/yarnpkg/berry/pull/7190) #### New Contributors - [@​hamidrezahanafi](https://redirect.github.com/hamidrezahanafi) made their first contribution in [#​7190](https://redirect.github.com/yarnpkg/berry/pull/7190) **Full Changelog**: <https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.17.0...@​yarnpkg/cli/4.17.1> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
… patterns) (minor) (#8778) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@react-router/dev](https://reactrouter.com) ([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router-dev)) | [`8.1.0` → `8.2.0`](https://renovatebot.com/diffs/npm/@react-router%2fdev/8.1.0/8.2.0) |  |  | | [@react-router/node](https://redirect.github.com/remix-run/react-router) ([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router-node)) | [`8.1.0` → `8.2.0`](https://renovatebot.com/diffs/npm/@react-router%2fnode/8.1.0/8.2.0) |  |  | | [@react-router/serve](https://redirect.github.com/remix-run/react-router) ([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router-serve)) | [`8.1.0` → `8.2.0`](https://renovatebot.com/diffs/npm/@react-router%2fserve/8.1.0/8.2.0) |  |  | | [isbot](https://isbot.js.org) ([source](https://redirect.github.com/omrilotan/isbot)) | [`5.1.44` → `5.2.0`](https://renovatebot.com/diffs/npm/isbot/5.1.44/5.2.0) |  |  | | [react-router](https://redirect.github.com/remix-run/react-router) ([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router)) | [`8.1.0` → `8.2.0`](https://renovatebot.com/diffs/npm/react-router/8.1.0/8.2.0) |  |  | | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | [`8.62.1` → `8.63.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.62.1/8.63.0) |  |  | --- ### Release Notes <details> <summary>remix-run/react-router (@​react-router/dev)</summary> ### [`v8.2.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-dev/CHANGELOG.md#v820) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/dev@8.1.0...@react-router/dev@8.2.0) ##### Minor Changes - Add a Web Streams default server entry for non-Node Framework mode apps ([#​15290](https://redirect.github.com/remix-run/react-router/pull/15290)) - Apps using `@react-router/node`, `@react-router/express`, or `@react-router/serve` continue to use the `renderToPipeableStream` default server entry - Apps without those Node server adapter dependencies use a `renderToReadableStream` default server entry - Non-Node apps with their own `entry.server.tsx` may be able to remove it in favor of the default if it is not doing anything custom - Detect `nub` as a supported package manager when installing framework dependencies ([#​15276](https://redirect.github.com/remix-run/react-router/pull/15276)) ##### Patch Changes - Detect user `rolldownOptions` config in Vite 8+ ([#​15278](https://redirect.github.com/remix-run/react-router/pull/15278)) ##### Unstable Changes⚠️ *[Unstable features](https://reactrouter.com/community/api-development-strategy#unstable-flags) are not recommended for production use* - Add the [`future.unstable_enableNodeReadableStream`](https://reactrouter.com/upgrading/future#futureunstable_enablenodereadablestream) flag to opt Node Framework mode apps into using `renderToReadableStream` instead of `renderToPipeableStream` ([#​15290](https://redirect.github.com/remix-run/react-router/pull/15290)) - This flag has no effect if you have your own `entry.server.tsx` - Updated dependencies: - [`react-router@8.2.0`](https://redirect.github.com/remix-run/react-router/releases/tag/react-router@8.2.0) - [`@react-router/node@8.2.0`](https://redirect.github.com/remix-run/react-router/releases/tag/@​react-router/node@8.2.0) - [`@react-router/serve@8.2.0`](https://redirect.github.com/remix-run/react-router/releases/tag/@​react-router/serve@8.2.0) </details> <details> <summary>remix-run/react-router (@​react-router/node)</summary> ### [`v8.2.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-node/CHANGELOG.md#v820) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/node@8.1.0...@react-router/node@8.2.0) ##### Patch Changes - Updated dependencies: - [`react-router@8.2.0`](https://redirect.github.com/remix-run/react-router/releases/tag/react-router@8.2.0) </details> <details> <summary>remix-run/react-router (@​react-router/serve)</summary> ### [`v8.2.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-serve/CHANGELOG.md#v820) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/serve@8.1.0...@react-router/serve@8.2.0) ##### Patch Changes - Updated dependencies: - [`react-router@8.2.0`](https://redirect.github.com/remix-run/react-router/releases/tag/react-router@8.2.0) - [`@react-router/express@8.2.0`](https://redirect.github.com/remix-run/react-router/releases/tag/@​react-router/express@8.2.0) - [`@react-router/node@8.2.0`](https://redirect.github.com/remix-run/react-router/releases/tag/@​react-router/node@8.2.0) </details> <details> <summary>omrilotan/isbot (isbot)</summary> ### [`v5.2.0`](https://redirect.github.com/omrilotan/isbot/blob/HEAD/CHANGELOG.md#520) [Compare Source](https://redirect.github.com/omrilotan/isbot/compare/v5.1.44...v5.2.0) - Rename all imports but keep backwards compatibility with the old names. The new names are more consistent with common Javascript naming conventions. **No breaking changes**. - Pattern updates ##### New Names Map | Old Name | New Name | | ------------------- | ------------------- | | isbot | isBot | | isbotNaive | isBotNaive | | createIsbot | createIsBot | | createIsbotFromList | createIsBotFromList | | isbotMatch | findBotMatch | | isbotMatches | findBotMatches | | isbotPattern | findBotPattern | | isbotPatterns | findBotPatterns | > † *All old names are still available for backwards compatibility, but can be deprecated in future major versions.* </details> <details> <summary>remix-run/react-router (react-router)</summary> ### [`v8.2.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#v820) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/react-router@8.1.0...react-router@8.2.0) ##### Patch Changes - Fix `href()` to properly stringify and URL-encode param values, matching `generatePath()` ([#​15277](https://redirect.github.com/remix-run/react-router/pull/15277)) - splat params preserve path separators while encoding each segment individually - Fix dynamic param extraction for routes with optional static segments ([#​15200](https://redirect.github.com/remix-run/react-router/pull/15200)) - When a route path contains optional static segments (e.g. `/school?/user/:id`), the internal regex's incorrectly shifted parameter indices resulting in incorrect parameter extraction - Consecutive optional static segments (e.g. `/one?/two?`) were only partially handled - Preserve navigation blocker state through a revalidation ([#​15246](https://redirect.github.com/remix-run/react-router/pull/15246)) - Fix route ranking for dynamic parameters with static extension suffixes ([#​15273](https://redirect.github.com/remix-run/react-router/pull/15273)) - These were not being detected as dynamic param segments and instead got incorrectly scored higher as a static segment - This meant they could potentially tie truly static routes like `/sitemap.xml` and outrank them based on definition order - These are now correctly identified as dynamic parameter segments and scored correctly - Use ReactFormState types instead of unknown ([#​15263](https://redirect.github.com/remix-run/react-router/pull/15263)) </details> <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.63.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8630-2026-07-06) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.62.1...v8.63.0) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. See [GitHub Releases](https://redirect.github.com/typescript-eslint/typescript-eslint/releases/tag/v8.63.0) for more information. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [eslint-plugin-storybook](https://redirect.github.com/storybookjs/storybook/tree/next/code/lib/eslint-plugin#readme) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin)) | [`10.4.6` → `10.5.0`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/10.4.6/10.5.0) |  |  | | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | [`3.8.5` → `3.9.5`](https://renovatebot.com/diffs/npm/prettier/3.8.5/3.9.5) |  |  | | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | [`8.62.1` → `8.63.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.62.1/8.63.0) |  |  | --- ### Release Notes <details> <summary>storybookjs/storybook (eslint-plugin-storybook)</summary> ### [`v10.5.0`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1050) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v10.4.6...v10.5.0) > *Foundational changes for new AI workflows* Storybook 10.5 contains hundreds of fixes and improvements: - ⚡️ Angular-vite framework: Modern, fast dev, docs, and test (preview) - 🌈 Vitest initialGlobals: Test across themes, viewports, locales - 🤖 Agentic review: AI-curated visual changesets and search results (experimental) - ⚛️ React docgen service: Unified metadata across MCP, Docs, and Controls (experimental) - 🧑💻 Claude / Codex plugins: One-click ADE integration (experimental) <details> <summary>List of all updates</summary> - A11y: Fix MDX heading anchors not keyboard accessible - [#​34368](https://redirect.github.com/storybookjs/storybook/pull/34368), thanks @​TheSeydiCharyyev! - A11y: Handle lang attribute throughout preview - [#​35321](https://redirect.github.com/storybookjs/storybook/pull/35321), thanks @​Sidnioulz! - A11y: Surface required args and keyboard-reachable Setup controls in ArgsTable - [#​35306](https://redirect.github.com/storybookjs/storybook/pull/35306), thanks @​Sidnioulz! - Addon A11y: Preserve disabled a11y rules with runOnly - [#​34649](https://redirect.github.com/storybookjs/storybook/pull/34649), thanks @​cyphercodes! - Addon Docs: DocsContent not filling available width when TOC is enabled - [#​35043](https://redirect.github.com/storybookjs/storybook/pull/35043), thanks @​k-utsumi! - Addon Docs: Resolve CSF4 module exports without a default export - [#​34834](https://redirect.github.com/storybookjs/storybook/pull/34834), thanks @​TheSeydiCharyyev! - Addon Docs: Resolve providerImportSource to a path instead of a file:// URL - [#​34841](https://redirect.github.com/storybookjs/storybook/pull/34841), thanks @​TheSeydiCharyyev! - Addon Vitest: Add an initialGlobals option to pin a project's globals - [#​35226](https://redirect.github.com/storybookjs/storybook/pull/35226), thanks @​lifeiscontent! - Addon Vitest: Avoid erroring out on benign Win process exits - [#​35287](https://redirect.github.com/storybookjs/storybook/pull/35287), thanks @​Sidnioulz! - Addon Vitest: Fix dynamic import failure with Vitest 3 - [#​34927](https://redirect.github.com/storybookjs/storybook/pull/34927), thanks @​Sidnioulz! - Addon Vitest: Subscribe for run completion before triggering it - [#​35291](https://redirect.github.com/storybookjs/storybook/pull/35291), thanks @​tsushanth! - Angular: Add versioned `@types/node` to packages installed during `storybook init` - [#​34192](https://redirect.github.com/storybookjs/storybook/pull/34192), thanks @​copilot-swe-agent! - Angular: Fix custom paths for stats.json on angular - [#​34551](https://redirect.github.com/storybookjs/storybook/pull/34551), thanks @​mrginglymus! - Angular: Fix zone.js drop in angular-to-angular-vite migration + schema sync + transform widening - [#​35386](https://redirect.github.com/storybookjs/storybook/pull/35386), thanks @​valentinpalkovic! - Angular: Install @​analogjs/vite-plugin-angular in angular-to-angular-vite automigration - [#​35432](https://redirect.github.com/storybookjs/storybook/pull/35432), thanks @​valentinpalkovic! - Angular: Introduce @​storybook/angular-vite package - [#​34202](https://redirect.github.com/storybookjs/storybook/pull/34202), thanks @​brandonroberts! - Angular: Support Angular 22 in Webpack framework - [#​35318](https://redirect.github.com/storybookjs/storybook/pull/35318), thanks @​EtiennePasteur! - Angular: Use future-proof API for component reflection - [#​35228](https://redirect.github.com/storybookjs/storybook/pull/35228), thanks @​Sidnioulz! - Babel: Remove bugfixes from preset-env in v8 - [#​35266](https://redirect.github.com/storybookjs/storybook/pull/35266), thanks @​Sidnioulz! - Builder Vite: Fix empty external globals imports - [#​34348](https://redirect.github.com/storybookjs/storybook/pull/34348), thanks @​raashish1601! - Builder Vite: Support configLoader via builder options - [#​34080](https://redirect.github.com/storybookjs/storybook/pull/34080), thanks @​holvi-sebastian! - CLI: Add `storybook ai <tool>` MCP passthrough behind `STORYBOOK_FEATURE_AI_CLI` - [#​35125](https://redirect.github.com/storybookjs/storybook/pull/35125), thanks @​kasperpeulen! - CLI: Add telemetry for the `storybook ai <command>` passthrough - [#​35138](https://redirect.github.com/storybookjs/storybook/pull/35138), thanks @​kasperpeulen! - CLI: Allow -p shorthand to --port for ai command - [#​35390](https://redirect.github.com/storybookjs/storybook/pull/35390), thanks @​huang-julien! - CLI: Bundle the `ai` command in core so it never downloads `@storybook/cli` - [#​35147](https://redirect.github.com/storybookjs/storybook/pull/35147), thanks @​kasperpeulen! - CLI: Do not auto-open the browser in storybook dev under AI agents - [#​35412](https://redirect.github.com/storybookjs/storybook/pull/35412), thanks @​kasperpeulen! - CLI: Exit process after successful build - [#​34735](https://redirect.github.com/storybookjs/storybook/pull/34735), thanks @​torleifhalseth! - CLI: Fix angular-to-angular-vite migration failing to configure addon-vitest - [#​35404](https://redirect.github.com/storybookjs/storybook/pull/35404), thanks @​valentinpalkovic! - CLI: Fix silent hang in deferred addon configuration during upgrade - [#​35423](https://redirect.github.com/storybookjs/storybook/pull/35423), thanks @​valentinpalkovic! - CLI: Fix upgrade crash on Storybook latest version check - [#​35156](https://redirect.github.com/storybookjs/storybook/pull/35156), thanks @​yatishgoel! - CLI: Handle nested array schema for AI help - [#​35424](https://redirect.github.com/storybookjs/storybook/pull/35424), thanks @​huang-julien! - CLI: Install MCP when upgrade is ran by agent - [#​35215](https://redirect.github.com/storybookjs/storybook/pull/35215), thanks @​huang-julien! - CLI: Load Storybook AI help from preset metadata - [#​35212](https://redirect.github.com/storybookjs/storybook/pull/35212), thanks @​kasperpeulen! - CLI: Match `storybook ai` instances by config dir as well as cwd - [#​35392](https://redirect.github.com/storybookjs/storybook/pull/35392), thanks @​kasperpeulen! - CLI: Prefer agent-matched Storybook instances - [#​35235](https://redirect.github.com/storybookjs/storybook/pull/35235), thanks @​kasperpeulen! - CLI: Respect BROWSER and BROWSER_ARGS - [#​34513](https://redirect.github.com/storybookjs/storybook/pull/34513), thanks @​ianzone! - CLI: Show MCP workflow instructions in AI help - [#​35164](https://redirect.github.com/storybookjs/storybook/pull/35164), thanks @​kasperpeulen! - CLI: Skip a11y addon automigration prompting when not applicable - [#​35376](https://redirect.github.com/storybookjs/storybook/pull/35376), thanks @​yannbf! - CLI: Support Claude preview autoPort - [#​35259](https://redirect.github.com/storybookjs/storybook/pull/35259), thanks @​kasperpeulen! - CLI: Use detected package manager instead of npx for remote commands - [#​35409](https://redirect.github.com/storybookjs/storybook/pull/35409), thanks @​ghengeveld! - Controls: Add label to Object JSON control - [#​34766](https://redirect.github.com/storybookjs/storybook/pull/34766), thanks @​Jaksenc! - Controls: Guard normalizeOptions against array labels and prototype chain lookups - [#​34664](https://redirect.github.com/storybookjs/storybook/pull/34664), thanks @​creazyfrog! - Controls: Improve ArgsTable empty state guidance - [#​34857](https://redirect.github.com/storybookjs/storybook/pull/34857), thanks @​Aniketiitk21! - Controls: Load controls for composed-ref stories on direct deep-link - [#​35402](https://redirect.github.com/storybookjs/storybook/pull/35402), thanks @​ndelangen! - Controls: Load controls for stories from a composed ref - [#​35050](https://redirect.github.com/storybookjs/storybook/pull/35050), thanks @​TheSeydiCharyyev! - Controls: Prevent AbortError when rapidly resetting - [#​34412](https://redirect.github.com/storybookjs/storybook/pull/34412), thanks @​whdjh! - Controls: Prevent the save bar from covering the last control - [#​35136](https://redirect.github.com/storybookjs/storybook/pull/35136), thanks @​TheSeydiCharyyev! - Core: Add ai-review observability - [#​35300](https://redirect.github.com/storybookjs/storybook/pull/35300), thanks @​yannbf! - Core: Add experimentalReview feature flag and make the features type augmentable - [#​35379](https://redirect.github.com/storybookjs/storybook/pull/35379), thanks @​yannbf! - Core: Add missing export to globals - [#​34929](https://redirect.github.com/storybookjs/storybook/pull/34929), thanks @​Sidnioulz! - Core: Add ref-based components manifest index backed by docgen open service - [#​35063](https://redirect.github.com/storybookjs/storybook/pull/35063), thanks @​JReinhold! - Core: Add runtime instance registry - [#​34863](https://redirect.github.com/storybookjs/storybook/pull/34863), thanks @​kasperpeulen! - Core: Allow vite-plus 0.2.x in the optional peer range - [#​35221](https://redirect.github.com/storybookjs/storybook/pull/35221), thanks @​lifeiscontent! - Core: Categorize UniversalStore follower timeout error - [#​34592](https://redirect.github.com/storybookjs/storybook/pull/34592), thanks @​justismailmemon! - Core: Clean stale runtime instance records - [#​35023](https://redirect.github.com/storybookjs/storybook/pull/35023), thanks @​kasperpeulen! - Core: Compose core annotations before preview beforeAll - [#​35323](https://redirect.github.com/storybookjs/storybook/pull/35323), thanks @​JReinhold! - Core: Ensure every runtime installs the real channel and stop the mock fallback from poisoning it - [#​35410](https://redirect.github.com/storybookjs/storybook/pull/35410), thanks @​ndelangen! - Core: Expose backgrounds types from public subpath - [#​35044](https://redirect.github.com/storybookjs/storybook/pull/35044), thanks @​ShaharAviram1! - Core: Extract StoryDependencyGraphService from ChangeDetectionService - [#​35009](https://redirect.github.com/storybookjs/storybook/pull/35009), thanks @​valentinpalkovic! - Core: Fix cryptic invariant crash when dev server port detection fails - [#​35388](https://redirect.github.com/storybookjs/storybook/pull/35388), thanks @​kasperpeulen! - Core: Fix EEXIST race condition in static file copying during build - [#​34499](https://redirect.github.com/storybookjs/storybook/pull/34499), thanks @​flt3150sk! - Core: Fix npm dependency detection - [#​35083](https://redirect.github.com/storybookjs/storybook/pull/35083), thanks @​fallintoplace! - Core: Fix potential race condition in SET_CONFIG hook - [#​35401](https://redirect.github.com/storybookjs/storybook/pull/35401), thanks @​mrginglymus! - Core: Fix resolveImport TSX fallback - [#​34815](https://redirect.github.com/storybookjs/storybook/pull/34815), thanks @​cyphercodes! - Core: Flush preview-api hook effects in portable stories - [#​35224](https://redirect.github.com/storybookjs/storybook/pull/35224), thanks @​lifeiscontent! - Core: Ignore story-like directories in indexer - [#​34806](https://redirect.github.com/storybookjs/storybook/pull/34806), thanks @​MukundaKatta! - Core: Improve ActionBar focus indicator in high contrast mode - [#​34779](https://redirect.github.com/storybookjs/storybook/pull/34779), thanks @​TheSeydiCharyyev! - Core: Include chromatic packages in ecosystem identifier - [#​35170](https://redirect.github.com/storybookjs/storybook/pull/35170), thanks @​yannbf! - Core: Incorrect package json handling - [#​34515](https://redirect.github.com/storybookjs/storybook/pull/34515), thanks @​lino-levan! - Core: Introduce Agentic Review feature - [#​34837](https://redirect.github.com/storybookjs/storybook/pull/34837), thanks @​yannbf! - Core: Leave experimentalReview unset by default so the AI CLI plugins can enable review - [#​35396](https://redirect.github.com/storybookjs/storybook/pull/35396), thanks @​kasperpeulen! - Core: Recognize addon-mcp registered via getAbsolutePath() in runtime instance registry - [#​35286](https://redirect.github.com/storybookjs/storybook/pull/35286), thanks @​yannbf! - Core: Reset WebsocketTransport heartbeat on every message, not just ping - [#​35422](https://redirect.github.com/storybookjs/storybook/pull/35422), thanks @​valentinpalkovic! - Core: Skip story-docs Code panel emission in portable stories - [#​35387](https://redirect.github.com/storybookjs/storybook/pull/35387), thanks @​ndelangen! - Core: Use UndoIcon for Review-changes clear button - [#​34767](https://redirect.github.com/storybookjs/storybook/pull/34767), thanks @​valentinpalkovic! - CSF Next: Propagate skip tags to .test children - [#​34964](https://redirect.github.com/storybookjs/storybook/pull/34964), thanks @​kwonoj! - CSF Next: Add tags type support for - [#​34819](https://redirect.github.com/storybookjs/storybook/pull/34819), thanks @​unional! - CSF: Fix Canvas and userEvent types under Yarn PnP - [#​34986](https://redirect.github.com/storybookjs/storybook/pull/34986), thanks @​yatishgoel! - Docgen: Add mock open service - [#​34954](https://redirect.github.com/storybookjs/storybook/pull/34954), thanks @​JReinhold! - Docgen: Fix inferred argTypes from initial args overriding docgen and custom argTypes in experimentalDocgenServer mode - [#​35196](https://redirect.github.com/storybookjs/storybook/pull/35196), thanks @​JReinhold! - Docgen: Register service runtime, payload argTypes - [#​35108](https://redirect.github.com/storybookjs/storybook/pull/35108), thanks @​JReinhold! - Docgen: Run experimentalDocgenServer extraction in a worker thread - [#​35324](https://redirect.github.com/storybookjs/storybook/pull/35324), thanks @​JReinhold! - Docgen: Wire up react-component-meta with DocgenService - [#​34963](https://redirect.github.com/storybookjs/storybook/pull/34963), thanks @​JReinhold! - DocgenServer: Fix OOM by recycling the shared TS program - [#​35305](https://redirect.github.com/storybookjs/storybook/pull/35305), thanks @​ndelangen! - Docs: Add ariaLabel support to ActionItem interface - [#​34749](https://redirect.github.com/storybookjs/storybook/pull/34749), thanks @​TheSeydiCharyyev! - Docs: Add shallow MDX ref manifests for experimentalDocgenServer - [#​35189](https://redirect.github.com/storybookjs/storybook/pull/35189), thanks @​JReinhold! - Docs: Deprecate ExternalDocs - [#​35074](https://redirect.github.com/storybookjs/storybook/pull/35074), thanks @​Sidnioulz! - Docs: Fix Controls losing focus when subcomponents are defined - [#​35018](https://redirect.github.com/storybookjs/storybook/pull/35018), thanks @​cssinate! - Docs: Improve DocsParameters types - [#​35190](https://redirect.github.com/storybookjs/storybook/pull/35190), thanks @​mrginglymus! - Docs: Prevent heading anchor cutoff on docs pages - [#​34945](https://redirect.github.com/storybookjs/storybook/pull/34945), thanks @​copilot-swe-agent! - Docs: Restore React 16/17 support in useServiceDocgen - [#​35179](https://redirect.github.com/storybookjs/storybook/pull/35179), thanks @​JReinhold! - Docs: Route ArgTypes and Controls through docgen service when flag enabled - [#​35109](https://redirect.github.com/storybookjs/storybook/pull/35109), thanks @​JReinhold! - Docs: Scope control input ids to each <Controls /> block instance - [#​34793](https://redirect.github.com/storybookjs/storybook/pull/34793), thanks @​TheSeydiCharyyev! - Docs: Support explicit id prop on <Meta> for standalone MDX - [#​34808](https://redirect.github.com/storybookjs/storybook/pull/34808), thanks @​TheSeydiCharyyev! - ESLint Plugin: Avoid ESLint Unstable API Load - [#​35269](https://redirect.github.com/storybookjs/storybook/pull/35269), thanks @​pupuking723! - Index: Remove `hasActiveFilters` check - [#​35151](https://redirect.github.com/storybookjs/storybook/pull/35151), thanks @​mrginglymus! - Init: Support pnpm catalogs when adding addon-vitest dependencies - [#​35415](https://redirect.github.com/storybookjs/storybook/pull/35415), thanks @​yannbf! - Interactions: Prevent debugger controls from stealing focus - [#​35073](https://redirect.github.com/storybookjs/storybook/pull/35073), thanks @​BrenoSI03! - Maintenance: Centralize supported file extension lists - [#​34844](https://redirect.github.com/storybookjs/storybook/pull/34844), thanks @​valentinpalkovic! - Maintenance: Replace `resolve` and `resolve.exports` with `oxc-resolver` - [#​34692](https://redirect.github.com/storybookjs/storybook/pull/34692), thanks @​valentinpalkovic! - Manager: Apply addon-registered filters to the initial story index - [#​35408](https://redirect.github.com/storybookjs/storybook/pull/35408), thanks @​ndelangen! - Manager: Fix crash when toggling addon panel on mobile (LandmarkManager TypeError) - [#​34790](https://redirect.github.com/storybookjs/storybook/pull/34790), thanks @​valentinpalkovic! - Manager: Fix layout.showPanel config - [#​34777](https://redirect.github.com/storybookjs/storybook/pull/34777), thanks @​kalinco-glitch! - Manager: Fix race condition in `experimental_setFilter` - [#​35194](https://redirect.github.com/storybookjs/storybook/pull/35194), thanks @​mrginglymus! - Manager: Keep local preview iframe on host URL when a ref story loads first - [#​35078](https://redirect.github.com/storybookjs/storybook/pull/35078), thanks @​TheSeydiCharyyev! - Manager: Restructure review feature state, layout integration, and thumbnail pipeline - [#​35351](https://redirect.github.com/storybookjs/storybook/pull/35351), thanks @​ghengeveld! - Measure & Outline: Honor the `disable` parameter - [#​35150](https://redirect.github.com/storybookjs/storybook/pull/35150), thanks @​yatishgoel! - ModuleGraph: Refactor from StoryDependencyService to open service-based ModuleGraphService - [#​35048](https://redirect.github.com/storybookjs/storybook/pull/35048), thanks @​JReinhold! - ModuleGraph: Stop bumping the graph revision on story-index invalidation - [#​35178](https://redirect.github.com/storybookjs/storybook/pull/35178), thanks @​JReinhold! - Next: Call link onClick before preventing default - [#​35311](https://redirect.github.com/storybookjs/storybook/pull/35311), thanks @​yatishgoel! - Next: Support `as` prop in next/link mock - [#​35148](https://redirect.github.com/storybookjs/storybook/pull/35148), thanks @​yatishgoel! - Next Vite: Add Link mock with useLinkStatus to nextjs-vite framework - [#​34736](https://redirect.github.com/storybookjs/storybook/pull/34736), thanks @​yatishgoel! - Next Vite: Bump vite-plugin-storybook-nextjs to ^3.3.0 - [#​34838](https://redirect.github.com/storybookjs/storybook/pull/34838), thanks @​yatishgoel! - Open Service: Add `internal` property to control visibility - [#​35057](https://redirect.github.com/storybookjs/storybook/pull/35057), thanks @​JReinhold! - Open Service: Add schema-driven service runtime - [#​34860](https://redirect.github.com/storybookjs/storybook/pull/34860), thanks @​JReinhold! - Open Service: Add sync between server, manager and preview - [#​35017](https://redirect.github.com/storybookjs/storybook/pull/35017), thanks @​ndelangen! - Open Service: Call remote commands in load functions - [#​35106](https://redirect.github.com/storybookjs/storybook/pull/35106), thanks @​JReinhold! - Open Service: Fix docgen hot update controls refresh - [#​35158](https://redirect.github.com/storybookjs/storybook/pull/35158), thanks @​JReinhold! - Open Service: Fix reactivity on deep signals, fire subscribers on load dependencies - [#​34979](https://redirect.github.com/storybookjs/storybook/pull/34979), thanks @​JReinhold! - Open Service: Implement service registration on the server - [#​34875](https://redirect.github.com/storybookjs/storybook/pull/34875), thanks @​JReinhold! - Open Service: Implement service registration on the server (attempt 2) - [#​34961](https://redirect.github.com/storybookjs/storybook/pull/34961), thanks @​JReinhold! - Open Service: Introduce query states (loading/error/success) - [#​35214](https://redirect.github.com/storybookjs/storybook/pull/35214), thanks @​JReinhold! - Open Service: Load static query snapshots in browser builds - [#​35154](https://redirect.github.com/storybookjs/storybook/pull/35154), thanks @​JReinhold! - Open Service: Mark module-graph engine commands as internal - [#​35144](https://redirect.github.com/storybookjs/storybook/pull/35144), thanks @​JReinhold! - Open Service: Split story docs from docgen service - [#​35169](https://redirect.github.com/storybookjs/storybook/pull/35169), thanks @​JReinhold! - Open Service: Sync queries, load/loaded() API, strict reader handlers - [#​34932](https://redirect.github.com/storybookjs/storybook/pull/34932), thanks @​JReinhold! - Open Service: Type getService for core services per runtime - [#​35242](https://redirect.github.com/storybookjs/storybook/pull/35242), thanks @​JReinhold! - Preview: Preserve @​ts-expect-error in web-component and vue preview - [#​34839](https://redirect.github.com/storybookjs/storybook/pull/34839), thanks @​brentswisher! - Preview: Preserve primitive args for non-ReactNode other types - [#​35088](https://redirect.github.com/storybookjs/storybook/pull/35088), thanks @​TheSeydiCharyyev! - Preview: Restore iframe scrolling after resizing the layout - [#​35310](https://redirect.github.com/storybookjs/storybook/pull/35310), thanks @​yatishgoel! - Preview: Use width/height instead of min-* in CanvasWrap - [#​35056](https://redirect.github.com/storybookjs/storybook/pull/35056), thanks @​DevLikhith5! - Pseudo States: Keep combinator broad pseudo selectors valid - [#​35060](https://redirect.github.com/storybookjs/storybook/pull/35060), thanks @​mturac! - Pseudo States: Preserve URL globals on story change - [#​35211](https://redirect.github.com/storybookjs/storybook/pull/35211), thanks @​Sidnioulz! - React Native: Remove babel deps from RN setup (not needed) - [#​35243](https://redirect.github.com/storybookjs/storybook/pull/35243), thanks @​dannyhw! - React: Add an optional TypeScript peer to react-vite - [#​34627](https://redirect.github.com/storybookjs/storybook/pull/34627), thanks @​wojtekmaj! - React: Align react-docgen versions - [#​35271](https://redirect.github.com/storybookjs/storybook/pull/35271), thanks @​Sidnioulz! - React: Fix subcomponent prop extraction without JSX usage - [#​35107](https://redirect.github.com/storybookjs/storybook/pull/35107), thanks @​JReinhold! - React: Render boolean props set to false in source snippets - [#​34968](https://redirect.github.com/storybookjs/storybook/pull/34968), thanks @​valentinpalkovic! - Review: Dynamic thumbnail scaling based on content dimensions - [#​35282](https://redirect.github.com/storybookjs/storybook/pull/35282), thanks @​ghengeveld! - Review: Fix accessibility/UX issues in the review UI - [#​35398](https://redirect.github.com/storybookjs/storybook/pull/35398), thanks @​Sidnioulz! - Review: Fix inaccurate review story counts in sidebar - [#​35391](https://redirect.github.com/storybookjs/storybook/pull/35391), thanks @​ghengeveld! - Review: Improve review thumbnail scaling and loading UX - [#​35335](https://redirect.github.com/storybookjs/storybook/pull/35335), thanks @​ghengeveld! - Review: Notify on review arrival instead of auto-navigating - [#​35276](https://redirect.github.com/storybookjs/storybook/pull/35276), thanks @​ghengeveld! - Review: Simplify layout handling - [#​35322](https://redirect.github.com/storybookjs/storybook/pull/35322), thanks @​ghengeveld! - Tanstack: Export `TanStackPreview` from `@storybook/tanstack-react` to unblock CSF Next typing - [#​34949](https://redirect.github.com/storybookjs/storybook/pull/34949), thanks @​copilot-swe-agent! - TanStack: Normalize route-group handling in createRoute mock - [#​34948](https://redirect.github.com/storybookjs/storybook/pull/34948), thanks @​copilot-swe-agent! - Tanstack: Remove Outlet mock - [#​35010](https://redirect.github.com/storybookjs/storybook/pull/35010), thanks @​huang-julien! - Tanstack: Supply id OR path when using RouteOptions for route mock - [#​34950](https://redirect.github.com/storybookjs/storybook/pull/34950), thanks @​copilot-swe-agent! - Telemetry: Preserve state machine when the module loads more than once - [#​35140](https://redirect.github.com/storybookjs/storybook/pull/35140), thanks @​kasperpeulen! - Telemetry: Prevent pnpm paths from leaking into framework.name - [#​35345](https://redirect.github.com/storybookjs/storybook/pull/35345), thanks @​Sidnioulz! - Test: Move @​testing-library/dom to dependencies - [#​34604](https://redirect.github.com/storybookjs/storybook/pull/34604), thanks @​XionWCFM! - UI: Allow manager-head favicon override - [#​34809](https://redirect.github.com/storybookjs/storybook/pull/34809), thanks @​MukundaKatta! - UI: Fix args not preserved in isolation mode - [#​35055](https://redirect.github.com/storybookjs/storybook/pull/35055), thanks @​sijie-Z! - UI: Hide onboarding menu with feature flag - [#​35299](https://redirect.github.com/storybookjs/storybook/pull/35299), thanks @​Sidnioulz! - Viewport: Highlight toolbar button when custom viewport is active - [#​35075](https://redirect.github.com/storybookjs/storybook/pull/35075), thanks @​derinbarutcu17! - Viewport: Warn when legacy `defaultViewport` parameter is used - [#​35087](https://redirect.github.com/storybookjs/storybook/pull/35087), thanks @​yatishgoel! - Vitest: Reset playwright cursor position to avoid hover bug - [#​34765](https://redirect.github.com/storybookjs/storybook/pull/34765), thanks @​Sidnioulz! - Vue: Ensure vue-component-meta runs in post - [#​34976](https://redirect.github.com/storybookjs/storybook/pull/34976), thanks @​Sidnioulz! - Vue: Fix Unicode Default Values In Docs - [#​34909](https://redirect.github.com/storybookjs/storybook/pull/34909), thanks @​Arunsiva003! - Vue: Use AST to inject __docgenInfo correctly - [#​35201](https://redirect.github.com/storybookjs/storybook/pull/35201), thanks @​Sidnioulz! - Webpack: Gate lazy-compilation import pipeline on webpack version - [#​34931](https://redirect.github.com/storybookjs/storybook/pull/34931), thanks @​copilot-swe-agent! </details> </details> <details> <summary>prettier/prettier (prettier)</summary> ### [`v3.9.5`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#395) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.9.4...3.9.5) [diff](https://redirect.github.com/prettier/prettier/compare/3.9.4...3.9.5) ##### Markdown: Cap ordered list mark at 999,999,999 ([#​19351](https://redirect.github.com/prettier/prettier/pull/19351) by [@​tats-u](https://redirect.github.com/tats-u)) CommonMark parsers only support ordered list item numbers up to 999,999,999. With this change, Prettier now caps the ordered list item number at 999,999,999 to ensure that the output is correctly parsed as an ordered list by CommonMark parsers. Numbers larger than 999,999,999 are not parsed as list item numbers and are left unchanged in the output: <!-- prettier-ignore --> ```markdown <!-- Input --> 999999998. text 999999998. text 999999998. text 999999998. text 1234567890123456789012) text <!-- Prettier 3.9.4 --> 999999998. text 999999999. text 1000000000. text 1000000001. text 1234567890123456789012) text <!-- Prettier 3.9.5 --> 999999998. text 999999999. text 999999999. text 999999999. text 1234567890123456789012) text ``` ##### Markdown: Avoid corrupting empty link with title ([#​19487](https://redirect.github.com/prettier/prettier/pull/19487) by [@​andersk](https://redirect.github.com/andersk)) Do not remove `<>` from an inline link or image with an empty URL and a title, as this removal would change its interpretation. <!-- prettier-ignore --> ```md <!-- Input --> [link](<> "title") <!-- Prettier 3.9.4 --> [link]( "title") <!-- Prettier 3.9.5 --> [link](<> "title") ``` ##### Less: Remove extra spaces after `[` in map lookups ([#​19503](https://redirect.github.com/prettier/prettier/pull/19503) by [@​kovsu](https://redirect.github.com/kovsu)) <!-- prettier-ignore --> ```less // Input .foo { color: #theme[ primary]; color: #theme[@​name]; color: #theme[@​@​name]; } // Prettier 3.9.4 .foo { color: #theme[ primary]; color: #theme[ @​name]; color: #theme[ @​@​name]; } // Prettier 3.9.5 .foo { color: #theme[primary]; color: #theme[@​name]; color: #theme[@​@​name]; } ``` ##### CSS: Prevent addition space in `type()` with `+` ([#​19516](https://redirect.github.com/prettier/prettier/pull/19516) by [@​bigandy](https://redirect.github.com/bigandy)) This fixes the addition space before `+` in CSS `type()` declaration. For example `type(<number>+)` was being converted into `type(<number> +)` which is invalid CSS and does not work. <!-- prettier-ignore --> ```css /* Input */ div { border-radius: attr(br type(<length>+)); } /* Prettier 3.9.4 */ div { border-radius: attr(br type(<length> +)); } /* Prettier 3.9.5 */ div { border-radius: attr(br type(<length>+)); } ``` ##### Less: Remove spaces between merge markers and colons ([#​19517](https://redirect.github.com/prettier/prettier/pull/19517) by [@​kovsu](https://redirect.github.com/kovsu)) <!-- prettier-ignore --> ```less // Input a { box-shadow + : 0 0 1px #​000; } // Prettier 3.9.4 a { box-shadow+ : 0 0 1px #​000; } // Prettier 3.9.5 a { box-shadow+: 0 0 1px #​000; } ``` ##### Markdown: Preserve wiki links with aliases ([#​19527](https://redirect.github.com/prettier/prettier/pull/19527) by [@​kovsu](https://redirect.github.com/kovsu)) <!-- prettier-ignore --> ```markdown <!-- Input --> [[Foo:Bar]] <!-- Prettier 3.9.4 --> [[Foo]] <!-- Prettier 3.9.5 --> [[Foo:Bar]] ``` ##### TypeScript: Fix comments being dropped on shorthand `type` import/export specifiers ([#​19565](https://redirect.github.com/prettier/prettier/pull/19565) by [@​kirkwaiblinger](https://redirect.github.com/kirkwaiblinger)) <!-- prettier-ignore --> ```tsx // Input export { type /* comment */ T } from "foo"; import { type /* comment */ T } from "foo"; // Prettier 3.9.4 Error: Comment "comment" was not printed. Please report this error! // Prettier 3.9.5 export { type /* comment */ T } from "foo"; import { type /* comment */ T } from "foo"; ``` ##### Miscellaneous: Preserving comments' `placement` property ([#​19567](https://redirect.github.com/prettier/prettier/pull/19567) by [@​Janther](https://redirect.github.com/Janther)) Prettier\@​3.9.0 deleted an undocumented property on comments, which was already used by plugins, `comment.placement` is now available again after comment attach. ##### Flow: Stop enforcing empty module declaration to break ([#​19568](https://redirect.github.com/prettier/prettier/pull/19568) by [@​fisker](https://redirect.github.com/fisker)) <!-- prettier-ignore --> ```flow // Input declare module "foo" {} // Prettier 3.9.4 declare module "foo" { } // Prettier 3.9.5 declare module "foo" {} ``` ##### Angular: Support expression for exhaustive typechecking ([#​19571](https://redirect.github.com/prettier/prettier/pull/19571) by [@​fisker](https://redirect.github.com/fisker)) <!-- prettier-ignore --> ```html <!-- Input --> @​switch (state.mode) { @​default never(state); } <!-- Prettier 3.9.4 --> @​switch (state.mode) { @​default never; } <!-- Prettier 3.9.5 --> @​switch (state.mode) { @​default never(state); } ``` ##### TypeScript: Ignore comments inside mapped type when checking type parameter comments ([#​19572](https://redirect.github.com/prettier/prettier/pull/19572) by [@​fisker](https://redirect.github.com/fisker)) <!-- prettier-ignore --> ```tsx // Input foo<{ // comment [key in keyof Foo]: number }>(); // Prettier 3.9.4 foo< { // comment [key in keyof Foo]: number; } >(); // Prettier 3.9.5 foo<{ // comment [key in keyof Foo]: number; }>(); ``` ##### Less: Fix adjacent block comments being corrupted ([#​19574](https://redirect.github.com/prettier/prettier/pull/19574) by [@​kovsu](https://redirect.github.com/kovsu)) <!-- prettier-ignore --> ```less // Input /* a *//* b */ /* a */* { color: red; } // Prettier 3.9.4 /* a */ /* b */ /* a * { color: red; } // Prettier 3.9.5 /* a */ /* b */ /* a */ * { color: red; } ``` ##### JavaScript: Handle dangling comments in `SwitchStatement` ([#​19581](https://redirect.github.com/prettier/prettier/pull/19581) by [@​fisker](https://redirect.github.com/fisker)) <!-- prettier-ignore --> ```jsx // Input switch (foo) { // comment } // Prettier 3.9.4 switch ( foo // comment ) { } // Prettier 3.9.5 switch (foo) { // comment } ``` ##### TypeScript: Remove space in comment-only object type ([#​19583](https://redirect.github.com/prettier/prettier/pull/19583) by [@​fisker](https://redirect.github.com/fisker)) <!-- prettier-ignore --> ```tsx // Input var foo = { /* comment */ }; type Foo = { /* comment */ }; // Prettier 3.9.4 var foo = {/* comment */}; type Foo = { /* comment */ }; // Prettier 3.9.5 var foo = {/* comment */}; type Foo = {/* comment */}; ``` ### [`v3.9.4`](https://redirect.github.com/prettier/prettier/compare/3.9.3...3.9.4) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.9.3...3.9.4) ### [`v3.9.3`](https://redirect.github.com/prettier/prettier/compare/b875c902b0509ca1ded6d4a12667d7834c8f8d00...b875c902b0509ca1ded6d4a12667d7834c8f8d00) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.9.2...3.9.3) ### [`v3.9.2`](https://redirect.github.com/prettier/prettier/compare/3.9.1...b875c902b0509ca1ded6d4a12667d7834c8f8d00) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.9.1...3.9.2) ### [`v3.9.1`](https://redirect.github.com/prettier/prettier/compare/3.9.0...3.9.1) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.9.0...3.9.1) ### [`v3.9.0`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#390) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.8.5...3.9.0) [diff](https://redirect.github.com/prettier/prettier/compare/3.8.5...3.9.0) 🔗 [Release Notes](https://prettier.io/blog/2026/06/27/3.9.0) </details> <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.63.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8630-2026-07-06) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.62.1...v8.63.0) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. See [GitHub Releases](https://redirect.github.com/typescript-eslint/typescript-eslint/releases/tag/v8.63.0) for more information. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v6.4.0` → `v7.0.0` | --- ### Release Notes <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v7.0.0`](https://redirect.github.com/actions/setup-node/compare/v6.5.0...v7.0.0) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v7.0.0...v7.0.0) ### [`v7`](https://redirect.github.com/actions/setup-node/compare/v6.5.0...v7.0.0) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v6.5.0...v7.0.0) ### [`v6.5.0`](https://redirect.github.com/actions/setup-node/compare/v6.4.0...v6.5.0) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v6.4.0...v6.5.0) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )